X (Examine Symbols)
Syntax
X [[options]] [[ { [[procedure]],
[[module]], [[executable]] } ]] [[pattern]]
Parameters
options
Specifies the
scope of the symbol search. These options cannot be separated by spaces and
must immediately follow the X (for example, XEM). Use the
following letters to specify scope:
Option |
Description |
C |
Search
current class. |
E |
Search
entire executable or DLL, except for current module. |
F |
Search
current function. |
G |
Search all
global symbols. |
L |
Search
current code block (lexical scope). |
M |
Search
current module. |
P |
Search all
public symbols. |
procedure,
module, executable
The area to
search. For example,
{ Function1, srcfile.c, target.dll}
will search
Function1 from SCRFILE.C in TARGET.DLL. This is identical to the breakpoint
context operator.
pattern
A pattern to
search for. The ? and * wildcards are supported.
Description
Displays
the symbols in all contexts that match pattern. If you do not specify
any options, all except public symbols are searched. If you do not specify a
pattern, all symbols will be displayed. The search will be case-sensitive if
the Ignore Case option is not checked in the Debug command from the Options
menu.